type runtime.memRecord

5 uses

	runtime (current package)
		mprof.go#L60: type memRecord struct {
		mprof.go#L160: const mProfCycleWrap = uint32(len(memRecord{}.future)) * (2 << 24)
		mprof.go#L169: 		size += unsafe.Sizeof(memRecord{})
		mprof.go#L188: func (b *bucket) mp() *memRecord {
		mprof.go#L193: 	return (*memRecord)(data)